const runtime.unwindSilentErrors

16 uses

	runtime (current package)
		mprof.go#L812: 		u.initAt(pc, sp, 0, gp, unwindSilentErrors|unwindJumpStack)
		mprof.go#L1680: 	u.initAt(pc, sp, 0, gp, unwindSilentErrors)
		proc.go#L5469: 		u.initAt(mp.curg.syscallpc, mp.curg.syscallsp, 0, mp.curg, unwindSilentErrors)
		proc.go#L5473: 		u.initAt(mp.libcallpc, mp.libcallsp, 0, mp.libcallg.ptr(), unwindSilentErrors)
		proc.go#L5477: 		u.initAt(mp.vdsoPC, mp.vdsoSP, 0, gp, unwindSilentErrors|unwindJumpStack)
		proc.go#L5479: 		u.initAt(pc, sp, lr, gp, unwindSilentErrors|unwindTrap|unwindJumpStack)
		traceback.go#L56: 	unwindSilentErrors
		traceback.go#L202: 		if flags&unwindSilentErrors == 0 {
		traceback.go#L206: 		if flags&(unwindPrintErrors|unwindSilentErrors) == 0 {
		traceback.go#L337: 	} else if flag&abi.FuncFlagSPWrite != 0 && (!innermost || u.flags&(unwindPrintErrors|unwindSilentErrors) != 0) {
		traceback.go#L363: 		if u.flags&(unwindPrintErrors|unwindSilentErrors) == 0 && !innermost {
		traceback.go#L456: 		fail := u.flags&(unwindPrintErrors|unwindSilentErrors) == 0
		traceback.go#L457: 		doPrint := u.flags&unwindSilentErrors == 0
		traceback.go#L563: 	if u.flags&(unwindPrintErrors|unwindSilentErrors) == 0 && u.frame.sp != gp.stktopsp {
		traceback.go#L1099: 		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
		traceback.go#L1107: 	u.init(gp, unwindSilentErrors)